Vapi Metadata SourceCreateSpec
The Vapi Metadata SourceCreateSpec schema contains the registration information for a metadata source.
{
"description": "string",
"type": "string",
"filepath": "string",
"address": "string"
}
English language human readable description of the source.
Type of the metadata source.
For more information see: Vapi Metadata SourceType.
Absolute file path of the metamodel metadata file that has the metamodel information about one component element.
This property is optional and it is only relevant when the value of type is Vapi Metadata SourceType.FILE.
Connection information of the remote server. This should be of the format http(s)://IP:port/namespace.
The remote server should contain the resources in com.vmware.vapi.metadata.metamodel namespace. It could expose metamodel information of one or more components.
This property is optional and it is only relevant when the value of type is Vapi Metadata SourceType.REMOTE.